诗词屋>英语词典>access code翻译和用法

access code

英 [ˈækses kəʊd]

美 [ˈækses koʊd]

存取码; 选取码

英英释义

noun

  • a code (a series of characters or digits) that must be entered in some way (typed or dialed or spoken) to get the use of something (a telephone line or a computer or a local area network etc.)
      Synonym:access

    双语例句

    • The power of this layer is in separating data access code from the business logic for disparate data store technologies.
      该层的作用在于针对不同的数据存储技术,从业务逻辑中分离数据访问代码。
    • Better partitioning of implementation by factoring out extremely stable data access code from services implementations.
      通过将非常稳定的数据存取代码从服务实现中分解出来,获得更佳的实现划分。
    • How should I complete the registration process after I have received the access code?
      在收到启动密码通知书后,我应如何完成登记程序?
    • Why would you want a typesafe interface for your data access code?
      为什么您要为数据访问代码提供类型安全接口?
    • Developers frequently require guidance when building JDBC code; bad JDBC code often results in having scattered data access code all over the place.
      在构建JDBC代码时开发人员常常需要一些指导;差的JDBC代码往往使得到处都是数据访问代码。
    • First you need to input a mobile access code, a unique keyword that you can obtain from your profile in Moodle.
      首先您要输入一段移动访问代码,这是一段惟一的关键字,可用来获取您在Moodle中的配置文件。
    • Code that is allowed to discover nonpublic information on a type can potentially access code, data, and other information you want to keep private.
      如果允许代码了解某类型的非公共信息,那么该代码就有可能会访问您需要保密的代码、数据和其他信息。
    • This greatly simplifies the data access code.
      这一特性大大简化了数据访问代码。
    • As this article has shown, implementing the DAO pattern entails more than just writing low-level data access code.
      正如本文所展示的,实现DAO模式需要做比编写低级别的数据访问代码更多的工作。
    • They encapsulate and abstract all of the data access code for creating, updating, deleting, and displaying information from your database, using JPA entities.
      它们使用JPA实体装入并抽象出所有的,您的数据库中用于创建,更新,删除以及显示信息的数据访问代码。